home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Hyperj-Hz / HyprList.cpt / HyperList / card_3012.txt < prev    next >
Text File  |  1987-11-11  |  3KB  |  120 lines

  1. -- card: 3012 from stack: in
  2. -- bmap block id: 3685
  3. -- flags: 0000
  4. -- background id: 2679
  5. -- name: Title Card
  6. ----- HyperTalk script -----
  7. on opencard
  8.   hide card field cards
  9.   hide card field about
  10. end opencard
  11.  
  12.  
  13.  
  14. -- part 1 (field)
  15. -- low flags: 80
  16. -- high flags: 2002
  17. -- rect: left=29 top=41 right=270 bottom=476
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 0
  21. -- font id: 3
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: cards
  26.  
  27.  
  28. -- part 3 (button)
  29. -- low flags: 00
  30. -- high flags: 0000
  31. -- rect: left=26 top=286 right=317 bottom=61
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 14767 / 14767
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: about
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   show card field about
  43.   repeat until the mouseclick
  44.   end repeat
  45.   hide card field about
  46. end mouseUp
  47.  
  48.  
  49.  
  50. -- part 5 (button)
  51. -- low flags: 00
  52. -- high flags: 0001
  53. -- rect: left=235 top=291 right=316 bottom=270
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 1011 / 1011
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: home
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   visual checkerboard
  65.   go home
  66. end mouseUp
  67.  
  68.  
  69.  
  70. -- part 6 (field)
  71. -- low flags: 80
  72. -- high flags: 2002
  73. -- rect: left=12 top=26 right=324 bottom=491
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 0
  77. -- font id: 3
  78. -- text size: 10
  79. -- style flags: 0
  80. -- line height: 13
  81. -- part name: about
  82.  
  83.  
  84. -- part contents for background part 5
  85. ----- text -----
  86.  
  87.  
  88.  
  89.  
  90.   This stack is a demonstration of an external command (XCMD) that provides a simple interface to the toolbox List Manager. This is intended primarily for HyperCard developers, and provides a way to easily create and manipulate scrolling lists of text strings. I've tried to make the command itself as simple as possible, without sacrificing too much flexibility.
  91.  
  92.   The command is called 'DoList', and is a resource of type 'XCMD'. To use it in your own stacks, you MUST copy this resource into the stack you wish to use it in. I have provided a simple way to do this, which does not require any knowledge of resources or ResEdit.
  93.  
  94.  
  95. -- part contents for background part 8
  96. ----- text -----
  97. Page 1
  98.  
  99. -- part contents for card part 1
  100. ----- text -----
  101. Title Card,DoList Command,The Modes,Mode Parameters,Flag Setting,The Result,Dialog Resource Format,Mode Examples,More About Mode 1,Tips For Using Mode 1,Resource Copier,General Tips
  102.  
  103. -- part contents for card part 6
  104. ----- text -----
  105.  
  106. HyperList Copyright ¬©1987 By James L. Paul
  107.  
  108. Paul Software Engineering
  109. RE: HyperList
  110. 513 West "A" Street
  111. Tehachapi, CA 93561
  112.  
  113. Compuserve 72767,3436
  114. GEnie J.Paul
  115.  
  116. Release 2.1 November 11,1987
  117.  
  118. All commercial distribution rights reserved. The XCMD resources and information in this stack may be freely used and distributed for any purpose except direct sale of the DoList XCMD. No guarantees are given as to the performance of this software, and the author is not liable for any losses incured by any user.
  119.  
  120. If you use DoList in one of your stacks for distribution, please include my name in your about box. This type of credit is my only compensation, and is a motivating factor for releasing routines such as these free of charge. Thank you!